home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_p / pcshx10b.zip / PCSHX10B.EXE / UTILS.EXE / UTILDOCS.EXE / READLESS.DOS < prev    next >
Text File  |  1980-01-03  |  2KB  |  50 lines

  1. Port of less to msdos:
  2.  
  3. Less is a program similar to the Unix more command but is much more
  4. useful. Read less.man for a good description of less and what it can
  5. do for you.
  6.  
  7. The files included here will result in a essentially full version of less
  8. for use on msdos. This version of less has been used on an IBM AT by
  9. myself for a while and seems to work just fine.
  10.  
  11. The following must be done to have less.exe work in its full glory:
  12.  
  13.     1.    Less has a v command that lets you enter an editor from
  14.         within less to edit the file that you are viewing at the
  15.         time. The default is memacs which was taken from the Unix
  16.         mod.sources. If you don't have it use the dos set command
  17.         as follows to let less know which it is:
  18.  
  19.             set editor=your_editor
  20.  
  21.         It is best to include the set commands in your autoexec.bat.
  22.  
  23.     2.    Less is a very useful utility. Read less.man and when in
  24.         less the h command will put a description of the commands
  25.         on the screen for you.
  26.  
  27.     3.    Less uses the spawn function. This means that you can use
  28.         the ! command and a swchar program that    allows you to use
  29.         the / rather than the \ character. Either should work.
  30.  
  31.     4.    The source code for less is available by contacting me at
  32.         the address below. Their is a lot of code so don't ask for
  33.         it unless it would be of use to you. The compiler used was
  34.         Microsoft version 4.0. (3.0 will be okay too - rename
  35.         function was not used).
  36.  
  37.     5.    Please report any problems when using this program. All
  38.         comments good or bad will be accepted (at least read).
  39.         Comments on any improvements are wanted. Remember that this
  40.         is really not my code. I just made it run on personal
  41.         computers using MS DOS.
  42.  
  43.  
  44.  
  45.  
  46.             Dick Keily
  47.             Eastman Kodak Company
  48.             work: (716)477-1001
  49.             unix: ...!seizmo!rochester!kodak!keily
  50.